Carbon


NavUnload

Header: Navigation.h Carbon status: Supported

Unloads the Navigation Services shared library.

OSErr NavUnload ();
function result

A result code.

DISCUSSION

This function allows your application to unload the Navigation Services library and release the memory reserved for it. If you use the function NavLoad to load the Navigation Services library, you must call the NavUnload function if you want to release reserved memory prior to quitting.

VERSION NOTES

Available in Navigation Services 1.0 and later.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when NavigationServices 1.0 or later is present.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)